loadColor
Attempts to load the KalugaColor resource associated with a given identifier. If no match is found, the defaultValue will be returned.
Return
The associated KalugaColor resources or defaultValue if no such resource was found.
Parameters
identifier
The identifier to find the KalugaColor resource for.
defaultValue
The KalugaColor to return if no match was found for the identifier.